home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / vol16n12.zip / ICONED.ZIP / ICONED.TXT < prev    next >
Text File  |  1997-05-29  |  6KB  |  113 lines

  1. ________________________________________________________________ 
  2. IconEdit(VERSION 1.00) Copyright (c) 1997 Ziff-Davis Publishing
  3. Company
  4. By Michael J. Mefford
  5. First Published in PC Magazine June 24, 1997
  6. ________________________________________________________________ 
  7. About  IconEdit...
  8.  
  9. IconEdit lets you create and modify 32x32 16-color icons the 
  10. type that are used on the Windows 95 desktop. Though Windows 
  11. uses icons of other sizes, it will rescale icons as needed. 
  12. So if you change the icon of a Desktop shortcut and then place 
  13. it in your Start menu, you will see a scaled down, 16x16 version 
  14. of it in the Start menu.
  15.  
  16. If you change the icon for a Windows program, the new icon will 
  17. only be visible within Explorer (i.e., on your desktop or in 
  18. your Start menu). When you actually run the program, the 
  19. original icon compiled with the program will appear on the 
  20. taskbar or in the tray. (DOS programs will use the new icon 
  21. because there is no icon embedded within the executable.) 
  22. The only way to get a Windows program to use the new icon 
  23. is to recompile it with the new icon, or use a resource editor 
  24. such as Borland's Resource Workshop.
  25.  
  26. USAGE:
  27.  
  28. To install IconEdit, copy the program files ICONEDIT.EXE and 
  29. ICONEDIT.HLP to a subdirectory on your hard disk, and create 
  30. an icon for IconEdit in your shell. When you first launch 
  31. IconEdit, you'll see a toolbar on the left with an empty 
  32. editing window to the right. Select File|New to create a new 
  33. icon, or File|Open to load an existing icon for editing. 
  34. You can save an icon you've edited by clicking the diskette 
  35. button at the top of the tool bar or by selecting Save in 
  36. the File menu. If you you obtained the icon from within 
  37. an .EXE or .DLL file, it will be saved as an icon file 
  38. (.ICO) and not back into the file from which you 
  39. obtained it.
  40.  
  41. The editing window displays two representations of the 
  42. icon: a large zoomed-in square that's eight times bigger than 
  43. the actual icon, and a small square to its right that's 
  44. actual size. The zoomed square is where the editing takes 
  45. place. New icons appear as solid green with a black square 
  46. surrounding each pixel representation. The pixels are, of 
  47. course, eight times actual size like the square itself for 
  48. ease of editing. The green color is not actually the starting
  49. color of the icon, but instead represents the transparent 
  50. "color".
  51.  
  52. An icon is a bitmap with two additional special properties. 
  53. Pixels of an icon can not only be a specific color; they also 
  54. can be transparent or screen reverse color. A transparent 
  55. pixel lets the background color of whatever the icon is over 
  56. show through. A reverse screen color pixel takes on the 
  57. opposite color of whatever the icon is over. Both IconEdit's 
  58. large editing square and the actual icon sized square are 
  59. ordinary bitmaps without transparent or reverse screen color 
  60. capabilities. 
  61.  
  62. The display of transparency and reverse screen color during 
  63. editing would cause a substantial performance hit, so 
  64. IconEdit instead substitutes fixed colors for transparent and 
  65. reverse screen colors. IconEdit uses dark green in the 
  66. editing bitmap to represent transparency, and red to 
  67. represent reverse color. You can see transparent and reverse 
  68. color by selecting Test Icon from the Icon menu. In the test 
  69. icon window that appears you'll see the icon as a true icon, 
  70. and you can select different window colors to see how the 
  71. icon looks against different color backgrounds.
  72.  
  73. The two large color squares right under the tools are the 
  74. current colors for the left and right mouse buttons, 
  75. respectively. When you launch IconEdit, the left mouse button 
  76. color is black and the right mouse button color is white. 
  77. If you click with the left mouse button on a pixel with the 
  78. pencil tool, for example, the pixel will turn black. Click 
  79. with the right mouse button and the pixel will turn white. 
  80. To change the default colors, click on one of the 16 colors 
  81. in the palette just below the current color boxes with either 
  82. the left or right mouse button. Clicking on a palette color 
  83. with the left button will change the left button color and a 
  84. right button click will change the right button color.
  85.  
  86. The tool bar consists of eight tools: capture, pencil, fill, 
  87. line, hollow and filled rectangle, and hollow and filled 
  88. ellipse. These will be familiar to anyone who has used a 
  89. paint program. The default tool when you start editing an 
  90. icon is the pencil, since this is the tool you'll probably 
  91. use the most. The pencil let's you color one pixel at a time. 
  92. To change a pixel simply place the point of the pencil cursor
  93. over a pixel in the big editing square and click. You can 
  94. pencil-draw several pixels at once by dragging the pencil 
  95. over an area.
  96.  
  97. Support for IconEdit:
  98. Support for the free utilities offered by PC Magazine can 
  99. be obtained electronically in the discussion area of 
  100. PC Magazine's Web site. Go to the 
  101. URL http://www.pcmag.com/discuss.htm/ and select the 
  102. Utilities area. You can also access the Utilities discussion 
  103. area from the utility's download page. The authors of current 
  104. utilities generally monitor the discussion area every day. 
  105. You may find an answer to your question simply by reading
  106. the messages previously posted. If the author is not 
  107. available and you have a question that the sysops can't 
  108. answer, the editor of the Utilities column, who also checks 
  109. the area each day, will contact the author for you.
  110.  
  111. Rick Knoblaugh is a systems programmer and a frequent 
  112. contributor to PC Magazine. 
  113. _____________________________________________________________